*{padding: 0;margin: 0;font-size: 15px;}
body,html{color: #333;}
img{display: block;}
.ellipsis{text-overflow: ellipsis;-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ellipsis2{ overflow: hidden;	text-overflow: ellipsis;	-ms-text-overflow: ellipsis;-o-text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;line-clamp: 2;}
.flex{display: flex;display: -webkit-flex;}
.maxWidth{min-width: 1260px;padding: 0 20px;margin: 0 auto;max-width: 1680px;box-sizing: border-box;}
@media screen and (max-width: 1640px) {
  .maxWidth{max-width: 1360px;}
}
@media screen and (max-width: 1400px) {
  .maxWidth{max-width: 1260px;}
}
/* @media screen and (max-width: 1360px) {
  .maxWidth{max-width: 1200px;}
} */
.model{padding-top: 60px;}
.modelPad{padding: 80px 0 100px;}
a{text-decoration: none;display: block;color: #333;}
.transition{transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;}
.boxSizing{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

.bannerModel1{background-image: url('../images/mine_bg.jpg');}
.bannerModel2{background-image: url('../images/mine_bg.jpg');}
.bannerModel3{background-image: url('../images/new_bg.jpg');}



.keyword_light p{font-size: 16px; line-height: 30px;}

/* 头部 */
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 10;backdrop-filter: blur(5px);border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.headerMax{align-items: center;padding: 0 20px;min-width: 1260px;justify-content: space-between;}
.header .logo{width: 200px;height: 54px;background: url('../images/logo_fff.png');object-fit: contain;}
.header .navbarList {flex: 1;    padding: 0 8% 0 2%;}
.header .navbarList .navbar{flex: 1;position: relative;}
.header .navbarList .navbar>a{height: 90px;color: #fff;align-items: center;justify-content: center;display: flex;display: -webkit-flex;align-items: center;font-size: 16px;}
.header .navbarList .navbar.act>a{font-weight: bold;}
.header .navbarList .navbar .barList{position: absolute;top: 90px;left: 50%;width: calc(100% + 30px);background: #fff;transform: scaleY(0);margin-left: calc(-50% - 15px);transform-origin: top; transition: transform 0.3s ease-out;overflow: hidden;}
.header .navbarList .navbar .barList>a{line-height: 40px;font-size: 14px;text-align: center;}
.header .check{color: #fff;align-items: center;background: url('../images/diqiu.png') no-repeat left center;background-size: 20px 21px;padding-left: 30px;}
.header .check:hover{font-weight: bold;}
.header .navbarList .navbar:hover .barList{transform: scaleY(1);}
.header .navbarList .navbar:hover>a{font-weight: bold;}

/* 灰色系 */
.headerDark .logo{background: url('../images/logo_000.png') no-repeat center;background-size: contain;}
.headerDark .navbarList .navbar>a{color: #333;}
.headerDark .navbarList .navbar:hover>a{color: #000;}
.headerDark .check{background: url('../images/diqiu_000.png') no-repeat left center;background-size: 20px 21px;color: #333;}

/* 透明系 */
.headerLucency{background:transparent;backdrop-filter: blur(0);}

/* 白色系列 */
.headerWhite{background: #fff;box-shadow: 0 0 8px rgba(0,0,0,0.2);}
.headerWhite .logo{background: url('../images/logo_000.png') no-repeat center;background-size: contain;}
.headerWhite .navbarList .navbar>a{color: #333;}
.headerWhite .navbarList .navbar:hover>a{color: #000;}
.headerWhite .check{background: url('../images/diqiu_000.png') no-repeat left center;background-size: 20px 21px;color: #333;}


/* footer */
.footer{background: url('../images/footer_bg.jpg') no-repeat center;background-size: cover;}
.footerModel .head {align-items: center;padding:50px 0 20px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.footerModel .head .logo{width: 200px;height: 66px;object-fit: contain;}
.footerModel .head .footInfoModel{flex: 1;justify-content: space-between;align-items: center;}
.footInfoModel .footInfo{color: #fff;}
.footerModel .side{width: 1px;height: 30px;background: rgba(255, 255, 255, 0.15);}
.footInfo .f1{font-size: 16px;}
.footInfo .f2{font-size: 24px;align-items: center;padding-top: 6px;}
.footInfo .f2>span{font-size: 14px;color: rgba(255, 255, 255, 0.3);}
.footInfo .f2>img{width: 16px;height: 16px;object-fit: contain;margin-right: 4px;}
.footerModel .head .qrCodeModel{padding-left: 2%;}
.footerModel .head .qrCodeModel .qrCode{margin-left: 20px;}
.footerModel .head .qrCodeModel .qrCode>p{text-align: center;font-size: 16px;color: rgba(255, 255, 255, 0.5);padding-top: 8px;}
.footerModel .head .qrCodeModel .qrCode img{width:120px;height: 120px;}
.footNavModel{padding: 50px 0 86px;justify-content: space-between;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
/* .footNavModel .footNav{flex: 1;} */
.footNavModel .side{height: 230px;}
.footNav .tit{font-size: 18px;color: #fff;padding-left: 12px;position: relative;}
.footNav .tit::after{content: '';display: block;height: 20px;width: 2px;background: #F6A81D;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.footNav .fnList>a{padding-left: 12px;color: rgba(255, 255, 255, 0.5);margin-top: 20px;font-size: 16px;}
.footNav .fnList>a:hover{color: #fff;}
.footBot{justify-content: space-between;height: 95px;align-items: center;}
.footBot .fbL{color: rgba(255, 255, 255, 0.5);font-size: 14px;}
.footBot .fbR {align-items: center;}
.footBot .fbR .fbR_item{align-items: center;margin-left: 10px;}
.footBot .fbR .fbR_item>p{color: rgba(255, 255, 255, 0.5);font-size: 14px;}
.footBot .fbR .fbR_item>img{height: 16px;width: auto;margin-left: 6px;opacity: 0.5;}
.footBot .fbTab{padding-left: 10px;}
.footBot .fbTab>a{font-size: 14px;color: rgba(255, 255, 255, 0.5);margin-left: 20px;position: relative;}
.footBot .fbTab>a:nth-child(n+2):after{content: '';display: block;width: 1px;height: 12px;background: rgba(255, 255, 255, 0.5);position: absolute;left: -10px;top: 50%;transform: translateY(-50%);}
.footBot a:hover{color: #fff;}

@media screen and (max-width: 1640px) {
  .footerModel .head .qrCodeModel .qrCode img{width:100px;height: 100px;}
  .footerModel .head .logo{width: 180px;}
  .footInfo .f2{font-size: 20px;}
}
.topImg{width: 59px;height: 59px;position: fixed;z-index:10;right:0;bottom: 20%;cursor: pointer;}


/* 默认顶部公共banner */
.bannerModel{background-repeat: no-repeat;background-size: cover;}
.banner{flex-direction: column;height: 572px;}
.banner .titleModel{flex: 1;justify-content: center;flex-direction: column;color: #fff;padding-left: 20px;position: relative;}
.banner .titleModel::after{content: '';display: block;height: 50%;width: 1px;background: rgba(255, 255, 255, 0.3);position: absolute;left: 0;bottom: 0;}
.banner .titleModel p{color: #fff;font-size: 18px;}
.banner .titleModel .title{font-size: 40px;font-weight: bold;position: relative;}
.banner .titleModel .title::after{content: '';display: block;height: 85%;width: 2px;background: #fff;position: absolute;left: -20px;top: 50%;transform: translateY(-50%);}
.banner .titleModel .desc{padding-top: 10px;color: rgba(255, 255, 255, 1);}
.banner .place{height: 70px;background: rgba(255, 255, 255, 0.8);align-items: center;justify-content: space-between;padding: 0 20px;}
.banner .place p{color: #555; font-size: 16px;}
.banner .place>img{width:30px;height: 30px;object-fit: contain ;}
.banner .place .text a{display: inline-block;}
.banner .place .text a:hover{color: #0065d9;}
/* 默认tab切换 */
.tabModel{background: #F2F9FF;align-items: center;justify-content: center;}
.tabModel>a{color: #666;padding: 0 20px;margin: 0 10px;position:relative;height:60px;display: flex;align-items: center;font-size: 16px;}
.tabModel>a.act{color: #0065D9;}
.tabModel>a.act>span{color: #0065D9;}
.tabModel>a.act:after{content: '';display: block;background: #0065D9;height: 2px;width: 100%;position: absolute;bottom: 0;left: 0;}
.tabModel span{font-size: 16px;    color: #666;}


/* title */
.headTit{align-items: baseline;padding-bottom: 46px;}
.headTit.center{text-align: center;}
.headTit .tit{font-size: 40px;font-weight: bold;    color: #000;}
.headTit .desc{color: #0065d9;font-size: 20px;padding-left: 20px;}
.headTit.center .desc{padding-top: 20px;padding-left: 0;}


/*新闻资讯*/
.ny_news_all{width:100%; height: auto; overflow: hidden; margin: 0px 0 100px;}
.ny_news_all ul{width:100%; height: auto; overflow: hidden;margin-bottom: 40px;}
.ny_news_all ul li{height: auto; overflow: hidden; padding: 30px; margin-bottom:20px;    border: solid 1px #eee;}
.ny_news_all ul li .ny_time{width:115px;height: auto; float: left;margin-top:30px;}
.ny_news_all ul li .ny_time span{display: block; font-size: 12px; color: #999; text-align: right}
.ny_news_all ul li .ny_time p{font-size: 41px; color: #c8c8c8}
.news_xx{width:86%; height: auto; float: left; margin-left:3%; margin-top: 10px;}
.news_xx h3{width:100%; height: 35px; line-height: 35px; font-size: 24px; color: #000; text-overflow: ellipsis; overflow: hidden; white-space: nowrap}
.news_xx p{width:100%; height:60px; line-height: 30px; font-size: 16px; color: #666;  margin: 10px 0 20px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.news_xx span{font-size: 16px; color: #aaaaaa; margin-top: 10px;}
.news_pic{width:26%; height: auto; float: right}
.news_pic img{width:100%; height: auto}
.ny_news_all ul li:hover{background: #f4f4f4}
.ny_news_all ul li:hover .ny_time p,.ny_news_all ul li:hover .ny_time span,.ny_news_all ul li:hover span{color:#0065D9}
.ny_news_all ul li:hover h3{font-weight: bold; }


.lianxi{ overflow: hidden; padding-bottom: 0px;margin-top: 80px;}
#map{ height:auto; width: 100%;}
#map img{width:100%; display:block}
.lianxi_fs{ overflow: hidden; margin-top: 30px; }
.lianxi_fs p{ width:49.5%;  line-height: 72px; border: 1px solid #e5e5e5; position: relative; text-indent:36px; color: #333; margin-bottom: 20px; font-size: 16px; float:left;}
.lianxi_fs p::before{ content: ""; height: 12px; width: 2px; display: block; position: absolute; background: #0065D9; left:0; top: 30px;}
.lianxi_fs p:nth-child(2n){float:right}
.lianxi_ewm{ display: table; margin: 30px auto;}
.lianxi_ewm li{overflow: hidden; float: left; margin: 0 20px;  text-align: center; width:120px}
.lianxi_ewm li img{border:1px solid #ddd; width:100%}
.lianxi_ewm li p{ line-height: 1.8; font-size: 16px; color: #333;}
.liuyan{overflow: hidden;  height: 580px; background: url(../images/ny_pc_6.jpg) no-repeat center top fixed; margin:130px 0 0; padding-top:70px;}
.ny_contact_form p{ line-height: 60px;  border: 1px solid #517ad2; width: 32%; margin-right:1.4%; position:relative; float:left;}
.ny_contact_form input[type="text"]{text-indent: 5%; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; width:100%; height:60px; border:0}
.ny_contact_form input[type="text"]::-webkit-input-placeholder,.liuyan textarea::-webkit-input-placeholder{color:rgba(255,255,255,0.8);}
.ny_contact_form p:nth-child(3){ margin-right: 0; float: right;}
.ny_contact_form textarea{line-height: 2; width: 100%; text-indent:20px; font-size: 16px; color: rgba(255,255,255,0.9); font-weight: bold; background: none; border: 1px solid #517ad2; margin-top: 20px; height: 72px; resize: none;}
.ny_contact_form input[type="submit"]{ width: 200px; background: #fff;border: none; font-size: 16px; color: #0065D9; height: 60px; margin: 0 auto; margin-top: 30px; display: block; cursor: pointer;}
.ny_contact_form input[type="submit"]:hover{background:#0065D9; color:#fff}
.jrwm{overflow: hidden; padding-bottom: 0px;}
.jrwm .jiaru_nr{ font-size: 16px;}
.jrwm .jiaru_nr p{ line-height: 2;  color: #454545; text-align: justify;font-size: 16px;}
.jrwm .jiaru_nr img{ width: 100%;}
.anli_jz p{ font-size: 16px;  color: #454545; line-height: 30px;}
.anli_jz p strong{ font-size: 18px;}

.ysxy{font-size:12px; color:rgb(155, 155, 155);min-width: 1200px;padding: 20px 0px;margin: 0 auto;display: flex;align-items:center}
.ysxy a{color:#ff0101}
.ysxy span{display: flex;}

.ny_title_1{ overflow: hidden; margin-bottom: 20px;}
.ny_title_1 h2{font-weight: 300; font-size: 40px; line-height: 1.2; color: #000; font-weight: bold;  }
.ny_title_1 p{text-transform: uppercase; font-size: 20px; color: #0065d9; position: relative; margin-top: 20px;}
.ny_title_1 p::after{ content: ""; position: absolute; display: block; height: 1px; width: 140px;  left: 0; bottom: 0;}
.ny_title_1 em{font-style: normal; font-size: 24px; line-height:1.4; color: #000; padding: 15px 0; display: block;}
.ny_title_2{ overflow: hidden; padding-top: 50px; margin-bottom: 20px;}
.ny_title_2 h2{font-weight: 300; font-size: 36px; line-height: 1.2; color: #fff;}
.ny_title_2 p{text-transform: uppercase; font-size: 26px; color: #fff; position: relative; line-height: 2.8; margin-top: -10px;}
.ny_title_2 p::after{ content: ""; position: absolute; display: block; height: 3px; width: 80px; background: #fff; left: 0; bottom: 0;}
.ny_title_2 em{font-style: normal; font-size: 24px; line-height:1.4; color: #fff; padding: 15px 0; display: block;}



.fudong_right{ width: 72px; height: 400px; position: fixed; bottom: 50px; right: 8px;z-index: 10;}
.fudong_right li{ height: 74px; width: 74px; background: #0065d9; text-align: center; margin-bottom: 4px;display: block;cursor: pointer;}
.fudong_right li a{align-items: center;justify-content: center;display: flex;flex-direction: column;height: 72px;}
.fudong_right li a img{width: 26px;height: 26px;object-fit: contain;}
.fudong_right li p{ text-align: center; font-size: 13px; color: #fff;padding-top: 6px;}
.fudong_right .wx_tc{ position: relative;}
.fudong_right .wx_tc .win{display:none ; position:absolute; bottom: 0; right: 80px; }
.fudong_right a.to-top{ height: 42px; width: 72px; background: #d4b04f url(../images/to_top.png) no-repeat center;text-align: center; line-height: 42px; display: block; border-radius: 5px; font-size: 14px; cursor: pointer;}
.fudong_right .wx_tc:hover .win{ display: block; padding: 8px; border: 2px solid #081025; background: #fff; position: absolute;}
.tel_tc { position: relative;}
.tel_tc .tel_hover{ height:60px;  width: 160px; background: #fff; border: 2px solid #081025; display: none; padding: 12px;}
.tel_tc .tel_hover p{ font-size: 14px; color: #081025; line-height: 1.2; text-align: center; font-weight: bold; margin-bottom: 5px;}
.tel_tc .tel_hover span{ display: block; font-size: 16px; color:#454545; line-height: 1.2; text-align: center;}
.tel_tc:hover .tel_hover{ display: block; position: absolute; right: 80px; top: 0;}
.fudong_right .wx_tc .win .wei-bg{
    width: 138px;
    height: 138px;
    display: none;
    position: absolute;
    background: rgba(222,21,21,0.1);
    border-bottom: 2px solid #081025;
    animation: move 2s linear infinite;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -o-animation: move 2s linear infinite;
    -ms-animation: move 2s linear infinite;  
}
.fudong_right .wx_tc .win img{display: initial;max-width: initial;}
.fudong_right .wx_tc.win span {
    display: none;
}

.fudong_right .wx_tc:hover .win .wei-bg {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

@keyframes move {
    from {
        height: 0
    }
    to {
        height: 121px
    }
}
@-webkit-keyframes move {
    from {
        height: 0
    }
    to {
        height: 121px
    }
}

@-moz-keyframes move {
    from {
        height: 0
    }
    to {
        height: 121px
    }
}
@-o-keyframes move {
    from {
        height: 0
    }
    to {
        height: 121px
    }
}


